object frmDlgMPG: TfrmDlgMPG Left = 302 Top = 161 BorderStyle = bsDialog ClientHeight = 244 ClientWidth = 263 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object boxDataRate: TGroupBox Left = 12 Top = 71 Width = 239 Height = 120 Caption = 'Data Rate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object Label1: TLabel Left = 14 Top = 92 Width = 38 Height = 13 Caption = 'Bit Rate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 14 Top = 62 Width = 47 Height = 13 Caption = 'Byte Rate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 160 Top = 92 Width = 54 Height = 13 Caption = 'kilobits/sec' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 160 Top = 62 Width = 63 Height = 13 Caption = 'kilobytes/sec' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object edBytes: TEdit Left = 75 Top = 57 Width = 72 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnExit = edBytesExit end object edBits: TEdit Left = 75 Top = 86 Width = 72 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnExit = edBitsExit end object btnDataRates: TButton Left = 75 Top = 25 Width = 72 Height = 21 Caption = 'Select...' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnDataRatesClick end end object btnOK: TBitBtn Left = 80 Top = 203 Width = 84 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 164 Top = 203 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 NumGlyphs = 4 end object boxFormat: TGroupBox Left = 12 Top = 6 Width = 239 Height = 60 Caption = 'Format' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object lstFormat: TComboBox Left = 15 Top = 23 Width = 206 Height = 21 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 OnChange = lstFormatChange end end end